From af7b9658f456f7c32d003679ed70da40b32aba9c Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 2 Sep 2021 14:52:42 +0200 Subject: [PATCH] luci-app-ledtrig-usbport: add led-trigger description Signed-off-by: Florian Eckert --- .../luci-static/resources/view/system/led-trigger/usbport.js | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js index 6f31f0bb13..7491b71236 100644 --- a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js +++ b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js @@ -12,6 +12,7 @@ var callUSB = rpc.declare({ return baseclass.extend({ trigger: _('USB (kernel: usbport)'), + description: _('This LED trigger can be used for signalling to the user a presence of USB device in a given port.'), kernel: true, addFormOptions(s){ var o; -- 2.30.2